getMimeType

abstract fun getMimeType(): String

Gets the MIME type of the file, indicating its format and nature.

Examples include "image/jpeg", "video/mp4", "application/zip", or the custom type "application/x-reveldigital-gadget" for RevelDigital gadgets. The MIME type is crucial for determining how to handle or render the file.

Return

The non-null MIME type string.